|
@@ -464,9 +464,10 @@ const removeContractTreeNode = async () => {
|
|
|
loadingInstance.close()
|
|
|
if (!error && code === 200) {
|
|
|
window?.$message?.success(msg)
|
|
|
- setTimeout(() => {
|
|
|
- window?.location?.reload() //刷新页面
|
|
|
- }, 1000)
|
|
|
+ finishForm()
|
|
|
+ // setTimeout(() => {
|
|
|
+ // window?.location?.reload() //刷新页面
|
|
|
+ // }, 1000)
|
|
|
|
|
|
} else {
|
|
|
window.$message.error(msg)
|