| | |
| | | <el-button |
| | | size="small" |
| | | type="info" |
| | | @click="setsubmitLayerSubmit()" |
| | | @click="setinsertLayerCancel()" |
| | | >{{$t('common.cancel')}}</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | methods: { |
| | | setloadDialogVisible() { |
| | | this.loadDialogVisible = false |
| | | }, |
| | | setinsertLayerCancel() { |
| | | this.insertDialogVisible = false; |
| | | this.insertLayer = { name: '', number: null, min: 4, max: 8 }; |
| | | }, |
| | | //发布提交 |
| | | async setinsertLayerSubmit() { |
| | |
| | | }, |
| | | //版本列表切换 |
| | | handleVerChange(value) { |
| | | debugger |
| | | |
| | | this.formInline.verid = value; |
| | | this.getTableData(); |
| | | }, |
| | |
| | | } |
| | | |
| | | const data = await publish_selectByPage(this.listData); |
| | | debugger |
| | | |
| | | if (data.result) { |
| | | var that = this |
| | | var val = data.result.filter((res) => { |