Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/basicinfo/demo_Product/LocationChange.vue
@@ -75,6 +75,10 @@ name: "locationId", value: this.locationId, displayType: "text"//模糊查询 },{ name: "locationCode", value: this.locationCode, displayType: "text"//模糊查询 }) //也可以给value设置值,后台自己解析 Code Management/WMS/WIDESEA_WMSClient/src/views/Login.vue
@@ -101,8 +101,8 @@ const loading = ref(false); const codeImgSrc = ref(''); const userInfo = reactive({ userName: '', password: '', userName: 'admin', password: '123456', verificationCode: '1234', UUID: undefined });