戴艳蓉 3 years ago
parent
commit
3aefe05885
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/purchaseAndSale/adjust/detail.vue

+ 4 - 0
src/views/purchaseAndSale/adjust/detail.vue

@@ -149,6 +149,8 @@
             class="notshow"
             v-model="ruleForm.deal_id"
             style="width: 100%"
+            filterable
+             clearable
             placeholder="处理人:"
           >
             <el-option
@@ -511,6 +513,8 @@ export default {
         if (valid) {
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
+          delete model['company_name']
+          delete model['apply_name']
           let res = await asyncRequest.update(model);
           if (res && res.code === 0) {
             this.$notify.success({