代码调整
This commit is contained in:
parent
fed85fe78e
commit
58b3c182f1
@ -5,6 +5,7 @@
|
||||
</div>
|
||||
<div class="draft">
|
||||
<el-button-group>
|
||||
<el-button type="primary" @click="turnback">{{ $t('global.back') }}</el-button>
|
||||
<el-button type="primary" @click="packageCode">{{ $t('permission.package') }}</el-button>
|
||||
</el-button-group>
|
||||
</div>
|
||||
@ -415,6 +416,9 @@ export default {
|
||||
this.packForm(); // 打包 生成二维码
|
||||
});
|
||||
},
|
||||
turnback() {
|
||||
this.$router.go(-1);
|
||||
},
|
||||
packForm() {
|
||||
if (this.buildModel()) {
|
||||
this.loading = true;
|
||||
|
Loading…
Reference in New Issue
Block a user