|
|
@@ -215,6 +215,7 @@ export default function usePhotography() {
|
|
|
goods_art_no_tpl.value = ''
|
|
|
reNosObj.value.goods_art_no = null;
|
|
|
reNosObj.value.action = null;
|
|
|
+ searchGoodsArtNo.value = ''
|
|
|
|
|
|
clientStore.ipc.on(icpList.socket.message + '_run_mcu', (event, result) => {
|
|
|
|
|
|
@@ -786,6 +787,7 @@ const onRemoteControl = async (type) => {
|
|
|
getPhotoRecords()
|
|
|
// 延迟两秒再获取一遍数据
|
|
|
setTimeout(() => {
|
|
|
+ searchGoodsArtNo.value = ''
|
|
|
getPhotoRecords()
|
|
|
}, 3000)
|
|
|
|