lining před 6 roky
rodič
revize
28d859ddd0

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/basisedit.vue

@@ -209,7 +209,7 @@
           <el-col :span="24">
             <el-form-item label="二级单位">
               <el-select ref="selectauditOrg" v-model="firstAudit" placeholder="请选择"
-                         style="width: 90%" filterable allow-create default-first-option>
+                         style="width: 90%" filterable allow-create default-first-option @change="auditOrgChang">
                 <el-option
                   v-for="item in organizeOption"
                   :key="item.Id"

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue

@@ -206,7 +206,7 @@
           <el-col :span="24">
             <el-form-item label="二级单位">
               <el-select ref="selectauditOrg" v-model="firstAudit" placeholder="请选择"
-                         style="width: 90%" filterable allow-create default-first-option>
+                         style="width: 90%" filterable allow-create default-first-option @change="auditOrgChang">
                 <el-option
                   v-for="item in organizeOption"
                   :key="item.Id"