Jelajahi Sumber

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

64060764@qq.com 1 tahun lalu
induk
melakukan
07a7bea7c8
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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();