| | |
| | | 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.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() { |