|
|
@@ -111,7 +111,8 @@ export default {
|
|
|
this.formData = this.organization;
|
|
|
this.examinationAgency = this.organization.gradingOrganizationId;
|
|
|
this.$http
|
|
|
- .get('/district/NJ', { size: 1000, query: { del: false } })
|
|
|
+ // .get('/district/NJ', { size: 1000, query: { del: false } })
|
|
|
+ .post('/setting/byFlag', { flag: 2 })
|
|
|
.then(res => {
|
|
|
if (res.length > 0) {
|
|
|
res.forEach(item => {
|