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