@witlink/usercenter 1.2.56 → 1.2.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/usercenter.es.js +3 -1
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
package/dist/usercenter.es.js
CHANGED
|
@@ -37989,7 +37989,8 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
37989
37989
|
userName: "",
|
|
37990
37990
|
userCode: "",
|
|
37991
37991
|
branchId: [],
|
|
37992
|
-
roleId: []
|
|
37992
|
+
roleId: [],
|
|
37993
|
+
userStatus: void 0
|
|
37993
37994
|
});
|
|
37994
37995
|
const editParams = reactive({});
|
|
37995
37996
|
const tableRef = ref();
|
|
@@ -38179,6 +38180,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
38179
38180
|
queryParam.userName = "";
|
|
38180
38181
|
queryParam.userCode = "";
|
|
38181
38182
|
queryParam.roleId = [];
|
|
38183
|
+
queryParam.userStatus = void 0;
|
|
38182
38184
|
handleSearchTable();
|
|
38183
38185
|
};
|
|
38184
38186
|
return (_ctx, _cache) => {
|