|
|
@@ -1916,6 +1916,7 @@ const onmousedown = () => {
|
|
|
//同步质检资料
|
|
|
const syncdataloading=ref(false)
|
|
|
const syncdata=async()=>{
|
|
|
+ ListItemRef.value?.setActiveKey('')
|
|
|
const info = nodeDataInfo.value;
|
|
|
syncdataloading.value=true
|
|
|
const {error, code,msg} = await wbsApi.syncTbadata({
|
|
|
@@ -1926,6 +1927,7 @@ const syncdata=async()=>{
|
|
|
if (!error && code === 200) {
|
|
|
window.$message?.success(msg)
|
|
|
getTableDataAll()
|
|
|
+
|
|
|
// window?.location?.reload() //刷新页面
|
|
|
|
|
|
}
|