Commit 2e153eda authored by 胡's avatar

fix

parent 612e57d4
......@@ -1254,11 +1254,11 @@ export default {
},
async next () {
let vm = this
vm.isComputed = await vm.isComputedCheck()
if(!vm.isComputedSuccess.status) {
hlsPopup.showLongCenter(vm.isComputedSuccess.msg);
return
}
vm.isComputed = await vm.isComputedCheck()
if (vm.isReadOnly) {
vm.$router.push({
name: 'CreateEnclosureInfo',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment