Explorar el Código

1.1 0911验收bug 刷新按钮位置调整、添加修改自定义耗材屏蔽跟随设备方式

64060764@qq.com hace 1 año
padre
commit
07a7bea7c8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/equip-management/box-manage/index.vue

+ 2 - 1
src/views/equip-management/box-manage/index.vue

@@ -500,6 +500,7 @@ export default {
 		},
 		async getBoxListFnc() {
 			this.boxListLoading = true;
+			console.log('//////////getBoxListFnc().args is:',this.$route.query.keyword)
 
 			// 解析请求参数
 			const projId = this.$route.query.proj;
@@ -580,7 +581,7 @@ export default {
 			};
 			console.log(">>> ", JSON.stringify(query))
 			this.$router.replace({ query: query });
-
+			console.log('//////////filterBoxListFnc.args is:',this.$route.query.keyword)
 			this.pageIndex = 1;
 			setTimeout(() => {
 				this.getBoxListFnc();