feat: There is no way the, 起草人选择状态,只可以现行有效和废止

This commit is contained in:
super_liu
2022-03-07 11:25:27 +08:00
parent da85c742d1
commit 9d306b013e
@@ -292,15 +292,17 @@ export default {
{ required: true, message: "请选择下一步状态", trigger: "change" }
]
},
associationOptions: [{
value: "修订",
label: "修订"
}, {
associationOptions: [
// {
// value: "修订",
// label: "修订"
// },
{
value: "废止",
label: "废止"
}, {
value: "有效",
label: "有效"
value: "现行有效",
label: "现行有效"
}]
};
},