feat: There is no way the, 起草人选择状态,只可以现行有效和废止
This commit is contained in:
@@ -292,15 +292,17 @@ export default {
|
||||
{ required: true, message: "请选择下一步状态", trigger: "change" }
|
||||
]
|
||||
},
|
||||
associationOptions: [{
|
||||
value: "修订",
|
||||
label: "修订"
|
||||
}, {
|
||||
associationOptions: [
|
||||
// {
|
||||
// value: "修订",
|
||||
// label: "修订"
|
||||
// },
|
||||
{
|
||||
value: "废止",
|
||||
label: "废止"
|
||||
}, {
|
||||
value: "有效",
|
||||
label: "有效"
|
||||
value: "现行有效",
|
||||
label: "现行有效"
|
||||
}]
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user