Browse Source

2024-07-11

功能优化
java8
fengyuan_yang 2 years ago
parent
commit
7a98f5bf95
  1. 6
      src/views/modules/qc/qcTemplate.vue

6
src/views/modules/qc/qcTemplate.vue

@ -1513,6 +1513,12 @@
if (data && data.code === 0) {
this.getDataList()
this.detailModelFlag = false
this.$message({
message: '操作成功',
type: 'success',
duration: 1500,
onClose: () => {}
})
} else {
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'

Loading…
Cancel
Save