|
@@ -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({
|