فهرست منبع

营销费用明细调整

qymljy 1 سال پیش
والد
کامیت
c0cf9ef8b4
1فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 14 0
      src/components/marketingExpenses/index.vue

+ 14 - 0
src/components/marketingExpenses/index.vue

@@ -199,6 +199,13 @@ export default {
           this.tool.showMessage(res,()=>{
             this.dialogFormVisible = false
             this.$refs.formRef.resetFields()
+            this.form = {
+              "ownertable": "",
+              "ownerid": '',
+              "feestype": "",
+              "followupdate": "",
+              "amount":""
+            }
             this.listData(this.param.content.pageNumber = 1)
           })
         }else {
@@ -221,6 +228,13 @@ export default {
           this.tool.showMessage(res,()=>{
             this.dialogFormVisible = false
             this.$refs.formRef.resetFields()
+            this.form = {
+              "ownertable": "",
+              "ownerid": '',
+              "feestype": "",
+              "followupdate": "",
+              "amount":""
+            }
             this.listData(this.param.content.pageNumber = 1)
           })
         }