Browse Source

修正部分路径错误

JXDS18FUJT 2 years ago
parent
commit
f5f09c4965
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/views/price/manage/hz50/index.vue
  2. 1 0
      src/views/price/manage/hz60/index.vue

+ 1 - 1
src/views/price/manage/hz50/index.vue

@@ -1002,7 +1002,7 @@
       handleSuccess() {
         this.msgSuccess("上传成功");
         this.getSearchOption();
-        // this.getList()
+        this.getList()
       },
       push(url) {
         this.router.push(url);

+ 1 - 0
src/views/price/manage/hz60/index.vue

@@ -1006,6 +1006,7 @@
       handleSuccess() {
         this.msgSuccess("上传成功");
         this.getSearchOption();
+        this.getList()
         // this.getList()
       },
       push(url) {