Browse Source

部分修改

yuanrf 1 year ago
parent
commit
fb61ac3a80
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/components/OP/OpCustomers.vue

+ 2 - 4
src/components/OP/OpCustomers.vue

@@ -77,7 +77,7 @@
                             </el-input>
                         </el-form-item>
                     </div> -->
-                    
+
                     <div style="width: 390px;">
                         <el-form-item label="保险费用:" prop="insuranceCosts" label-width="160px">
                             <el-input placeholder="保险费用" v-model="OpCustomersData.insuranceCosts" style="width: 48%;">
@@ -95,8 +95,7 @@
                     <el-form-item label="客户名称:" prop="clientName" label-width="160px">
                         <el-select v-model="OpCustomersData.clientName" placeholder="客户名称" multiple clearable
                             filterable>
-                            <el-option v-for="item in fliterClient" :key="item.id" :label="item.name"
-                                :value="item.id">
+                            <el-option v-for="item in fliterClient" :key="item.id" :label="item.name" :value="item.id">
                             </el-option>
                         </el-select>
                     </el-form-item>
@@ -613,7 +612,6 @@ export default {
                 } else {
                     const that = this;
                     that.$refs.OpCustomersData.validate((valid) => {
-                        debugger;
                         if (valid) {
                             {