浏览代码

修正部分路径错误

JXDS18FUJT 2 年之前
父节点
当前提交
f5f09c4965
共有 2 个文件被更改,包括 2 次插入1 次删除
  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() {
       handleSuccess() {
         this.msgSuccess("上传成功");
         this.msgSuccess("上传成功");
         this.getSearchOption();
         this.getSearchOption();
-        // this.getList()
+        this.getList()
       },
       },
       push(url) {
       push(url) {
         this.router.push(url);
         this.router.push(url);

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

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