鉴定修改

main
mo 1 year ago
parent b4788e8b1c
commit b625b138dc

@ -187,7 +187,7 @@ export default {
queryParams: { queryParams: {
pageNo: 1, pageNo: 1,
pageSize: 10, pageSize: 10,
identifyStatus: null, authenticate: "List",
fileType: null, fileType: null,
}, },
// //
@ -202,19 +202,19 @@ export default {
userName: null, userName: null,
options: [ options: [
{ {
value: 10, value: "10",
label: "10年", label: "10年",
}, },
{ {
value: 20, value: "20",
label: "20年", label: "20年",
}, },
{ {
value: 30, value: "30",
label: "30年", label: "30年",
}, },
{ {
value: null, value: "永久保存",
label: "永久保存", label: "永久保存",
}, },
], ],
@ -259,30 +259,6 @@ export default {
}).then((res) => { }).then((res) => {
this.fileTypeOptions = res.data.list || []; this.fileTypeOptions = res.data.list || [];
}); });
//
listData({
pageNo: 1,
pageSize: 100,
dictType: "archives_case_num",
}).then((res) => {
this.caseNumOptions = res.data.list || [];
});
//
listData({
pageNo: 1,
pageSize: 100,
dictType: "archives_catalog_num",
}).then((res) => {
this.catalogNumOptions = res.data.list || [];
});
//
listData({
pageNo: 1,
pageSize: 100,
dictType: "archives_file_status",
}).then((res) => {
this.fileStatusOptions = res.data.list || [];
});
}, },
// //
getUserList() { getUserList() {
@ -339,7 +315,7 @@ export default {
}); });
console.log(this.selectList); console.log(this.selectList);
createAuthenticateApply(this.selectList).then((response) => { createAuthenticateApply(this.selectList).then((response) => {
this.$modal.msgSuccess("修改成功"); this.$modal.msgSuccess("鉴定完成");
this.open = false; this.open = false;
this.getList(); this.getList();
}); });

Loading…
Cancel
Save