Parcourir la source

用户id修改数据类型为整数类型,同步修改前端查询过滤条件为等值查询。

DESKTOP-6LTVLN7\Liumouren il y a 2 ans
Parent
commit
8a450e5b95

+ 1 - 1
src/components/common/BottomForm/CustomModelDialog.vue

@@ -405,7 +405,7 @@ export default {
             );
             let paramUser = {
               field: "c_user_id",
-              searchType: "2",
+              searchType: "1",
               content: {
                 value: localStorage.getItem("USER_ID"),
               },

+ 1 - 1
src/components/common/BottomForm/MyMission.vue

@@ -214,7 +214,7 @@ export default {
         let searchParam = [];
         let param = {
           field: "c_user_id",
-          searchType: "2",
+          searchType: "1",
           content: {
             value: localStorage.getItem("USER_ID")
           }

+ 1 - 1
src/views/ComprehensiveAnalysis.vue

@@ -868,7 +868,7 @@ export default {
 
             let paramUser = {
               field: "c_user_id",
-              searchType: "2",
+              searchType: "1",
               content: {
                 value: localStorage.getItem("USER_ID")
               }