钱惠东 1 bulan lalu
induk
melakukan
30e99217f1

+ 2 - 4
ruoyi-ui-vue2/src/views/crmManagement/elevatorModel/index.vue

@@ -121,7 +121,7 @@
     </card-table>
 
     <!-- 添加或修改参数配置对话框 -->
-    <el-dialog :title="title" :visible.sync="open" width="750px" append-to-body :close-on-click-modal="false" @close="reset">
+    <el-dialog :title="title" :visible.sync="open" width="760px" append-to-body :close-on-click-modal="false" @close="reset">
       <el-form ref="form" :model="form" :rules="rules" class="area-form" label-position="top">
         <el-row :gutter="20">
           <el-col :span="12">
@@ -1245,15 +1245,13 @@ export default {
     },
     addTargetsDialog() {
       this.isAddTargets = true;
-      console.log("this.selectUserIdSet",this.selectUserIdSet)
       this.$nextTick(() => {
-        this.getUserList()
+        this.resetQueryUserSelect()
       })
     },
     submitTargetsForm() {
       const myArray = Array.from(this.userSelectionListNowSet);
       if (myArray.length <= 0) {
-        console.log("myArray.length <= 0")
         return this.isAddTargets = false;
       }
       if (this.targetsList.length > 0) {