mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
feat:合并
This commit is contained in:
@@ -457,9 +457,10 @@ export default {
|
||||
|
||||
//获取项目修改记录
|
||||
const getrecord = () => {
|
||||
console.log("props.chooseProject", props.chooseProject);
|
||||
editRecord(props.chooseProject)
|
||||
.then((res) => {
|
||||
console.log("获取修改记录", res);
|
||||
console.log("获取修改记录2", res);
|
||||
if (res.data.code === 200) {
|
||||
state.tableData = res.data.data.records;
|
||||
// console.log("state.tableData", state.tableData);
|
||||
|
||||
Reference in New Issue
Block a user