Commit a22dee3f authored by qiyaxin's avatar qiyaxin

CCAP编制任务处理

parent 1ebc857a
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"serialNumber": "序号", "serialNumber": "序号",
"viewHistoricalControlPlan": "查看历史控制计划", "viewHistoricalControlPlan": "查看历史控制计划",
"view": "查看", "view": "查看",
"process": "处理",
"revoke": "撤销", "revoke": "撤销",
"adjustCompilationResponsiblePerson": "调整编制负责人", "adjustCompilationResponsiblePerson": "调整编制负责人",
"generateFile": "生成文件", "generateFile": "生成文件",
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"serialNumber": "Ordinal", "serialNumber": "Ordinal",
"viewHistoricalControlPlan": "View Historical Control Plan", "viewHistoricalControlPlan": "View Historical Control Plan",
"view": "View", "view": "View",
"process": "Process",
"revoke": "Revoke", "revoke": "Revoke",
"adjustCompilationResponsiblePerson": "Adjust Compilation Responsible Person", "adjustCompilationResponsiblePerson": "Adjust Compilation Responsible Person",
"generateFile": "Generate File", "generateFile": "Generate File",
......
...@@ -669,14 +669,12 @@ function getAllBusinessUnit() { ...@@ -669,14 +669,12 @@ function getAllBusinessUnit() {
function getAllVehicleModelCode() { function getAllVehicleModelCode() {
getAllvehicleModelCode().then(res => { getAllvehicleModelCode().then(res => {
vehicleModelCodeList.value = res.data vehicleModelCodeList.value = res.data
console.log("车型代码",vehicleModelCodeList.value)
}) })
} }
function getList() { function getList() {
getCCAPPlanList(queryParams.value).then(res => { getCCAPPlanList(queryParams.value).then(res => {
total.value = res.total total.value = res.total
tableList.value = res.rows tableList.value = res.rows
console.log("列表",tableList.value)
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment