ソースを参照

状态列重复

xiaomj 3 年 前
コミット
56ae6a4346
1 ファイル変更1 行追加6 行削除
  1. 1 6
      src/views/pset/login_setting.vue

+ 1 - 6
src/views/pset/login_setting.vue

@@ -315,12 +315,7 @@
                     this.dataList = res.data;
                     this.dataList = res.data;
                     this.listLoading = false;
                     this.listLoading = false;
                 });
                 });
-                getProductList({
-                    productCategoryName: "",
-                    productCategoryNumber: "",
-                }).then((res) => {
-                    this.productList = res.data;
-                });
+
             },
             },
             handleChange(e) {
             handleChange(e) {
                 this.productList.find((k) => {
                 this.productList.find((k) => {