mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
编辑回显
This commit is contained in:
@@ -1577,9 +1577,11 @@ export default {
|
||||
}
|
||||
function handleEdit(record) {
|
||||
if (record.type === 1 || record.type === 2) {
|
||||
state.doublepro = true;
|
||||
console.log("state.record gx",record)
|
||||
state.projectInfo = record;
|
||||
console.log("state.projectInfo gx",state.projectInfo)
|
||||
state.onceName = record.name;
|
||||
state.doublepro = true;
|
||||
} else {
|
||||
router.push({
|
||||
path: "/projectadd",
|
||||
|
||||
Reference in New Issue
Block a user