- put space

This commit is contained in:
weiken.intex
2021-07-21 18:37:37 +08:00
parent 6426cf3247
commit 5164e434c0
@@ -78,7 +78,7 @@
const l = vm.loader
vm[l] = !vm[l];
let method = 'delete';
let url = 'contract/delete/'+vm.selected_contract.hash_id;
let url = 'contract/delete/' + vm.selected_contract.hash_id;
General.onComplete(url, vm.form, method, true)
.then(data => {
vm[l] = false