修改看板

This commit is contained in:
‘937886381’
2024-04-11 11:03:48 +08:00
parent 0b1761e83c
commit 4f111a95d6
6 changed files with 70 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-11-18 14:16:25
* @LastEditors: zhp
* @LastEditTime: 2024-03-22 17:11:55
* @LastEditTime: 2024-04-11 09:10:16
* @Description:
-->
<template>
@@ -237,9 +237,6 @@ export default {
// console.log(response);
this.equipmentList = res.data
})
getMaterialCode().then(res => {
this.dataForm.code = res.data
})
},
handleClick(raw) {
if (raw.type === 'delete') {
@@ -292,7 +289,10 @@ export default {
if (id) {
this.idAttrShow = true
} else {
this.idAttrShow = false
this.idAttrShow = false
getMaterialCode().then(res => {
this.dataForm.code = res.data
})
}
this.$nextTick(() => {

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-11-18 14:16:25
* @LastEditors: zhp
* @LastEditTime: 2024-03-25 14:07:31
* @LastEditTime: 2024-04-11 09:10:35
* @Description:
-->
<template>
@@ -246,9 +246,7 @@ export default {
// console.log(response);
this.equipmentList = res.data
})
getValueCode().then(res => {
this.dataForm.code = res.data
})
},
handleClick(raw) {
if (raw.type === 'delete') {
@@ -325,7 +323,10 @@ export default {
if (id) {
this.idAttrShow = true
} else {
this.idAttrShow = false
this.idAttrShow = false
getValueCode().then(res => {
this.dataForm.code = res.data
})
}
this.$nextTick(() => {