普测测试判断修改
This commit is contained in:
@@ -189,7 +189,7 @@ const submitFn = () => {
|
|||||||
if (valid) {
|
if (valid) {
|
||||||
const subForm = JSON.parse(JSON.stringify(form.value))
|
const subForm = JSON.parse(JSON.stringify(form.value))
|
||||||
subForm.testReport = testReport.value
|
subForm.testReport = testReport.value
|
||||||
if (addFlagRef) {
|
if (addFlagRef.value) {
|
||||||
//新增,则组装业务数据提交后台
|
//新增,则组装业务数据提交后台
|
||||||
await addSurveyTest(subForm)
|
await addSurveyTest(subForm)
|
||||||
//查询进线数据,避免一直处于loading状态
|
//查询进线数据,避免一直处于loading状态
|
||||||
|
|||||||
@@ -165,8 +165,7 @@ const tableStore = new TableStore({
|
|||||||
return row.createBy != adminInfo.$state.id || row.status == 6 || row.status == 1 || row.status == 2
|
return row.createBy != adminInfo.$state.id || row.status == 6 || row.status == 1 || row.status == 2
|
||||||
},
|
},
|
||||||
click: row => {
|
click: row => {
|
||||||
// deviceQuitPopup.value.open('重新发起退运', row)
|
planTestRef.value.open('重新发起计划测试', row.id, false)
|
||||||
planTestRef.value.open('重新发起计划', row.id, false)
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user