liche update for admin brand add bug

This commit is contained in:
xxb
2021-08-18 14:24:03 +08:00
parent 0dd4ad3749
commit 1baba5913e
+1 -1
View File
@@ -40,7 +40,7 @@
},
mounted:function(){
var vm = this;
vm.info = <?=json_encode($info)?>;
vm.info = <?=$info ? json_encode($info) : '{}'?>;
vm.action = '<?=$action?>';
},
methods:{