| | |
| | | total: 0, |
| | | }, |
| | | query2: {}, |
| | | data1: [], |
| | | data2: [], |
| | | option2: { |
| | | card: true, |
| | |
| | | ratio: 0.1, |
| | | }, |
| | | action: "/api/blade-resource/oss/endpoint/put-file", |
| | | tip: "只能上传jpg/png,且不超过500kb", |
| | | tip: "只能上传jpg/png指纹信息,且不超过500kb", |
| | | span: 10, |
| | | // row: true, |
| | | prop: "fingerprint", |
| | |
| | | if (!website.tenantMode) { |
| | | this.initData(website.tenantId); |
| | | } |
| | | console.log(this.search, 111); |
| | | // console.log(this.search, 111); |
| | | this.search["status"] = 1; |
| | | }, |
| | | methods: { |
| | |
| | | this.$prompt("离职原因", "提示", { |
| | | confirmButtonText: "确定离职", |
| | | cancelButtonText: "取消", |
| | | inputErrorMessage: "邮箱格式不正确", |
| | | inputErrorMessage: "", |
| | | }).then(({ value }) => { |
| | | console.log(value); |
| | | row.reasonForLeav = value; |
| | |
| | | this.platformForm = res.data.data; |
| | | }); |
| | | } |
| | | if (this.userInfo.role_name == "保安公司管理员") { |
| | | // console.log("保安公司管理员登入"); |
| | | const deptColumn = this.findObject( |
| | | this.questionBankOption.column, |
| | | "deptId" |
| | | ); |
| | | deptColumn.disabled = true; |
| | | console.log(this.userInfo.dept_id); |
| | | this.obj["deptId"] = this.userInfo.dept_id; |
| | | } |
| | | |
| | | done(); |
| | | }, |
| | | platformSearchReset() { |