lilei vor 3 Jahren
Ursprung
Commit
ebed81345c

+ 1 - 1
src/views/financialManagement/financialCollection/list.vue

@@ -400,7 +400,7 @@ export default {
     resetData () {
       if (this.advanced) {
         this.$refs.rangeDate.resetDate()
-        this.$refs.createDate.resetDate()
+        // this.$refs.createDate.resetDate()
       }
       this.queryParam = {
         bizType: this.curBizType,

+ 1 - 1
src/views/financialManagement/financialPayment/list.vue

@@ -340,7 +340,7 @@ export default {
     resetData () {
       if (this.advanced) {
         this.$refs.rangeDate.resetDate()
-        this.$refs.createDate.resetDate()
+        // this.$refs.createDate.resetDate()
       }
       this.queryParam = {
         bizType: this.curBizType,

+ 1 - 1
vue.config.js

@@ -198,7 +198,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://192.168.16.105:8503/qpls-md',
+        // target: 'http://192.168.16.151:8503/qpls-md',
         target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,