| | |
| | | display1:'none', |
| | | display2:'none', |
| | | display3:'none', |
| | | pathUrl:"https://web.byisf.com/api/blade-jfpts", |
| | | pathUrl:"http://s16s652780.51mypc.cn/api", |
| | | // pathUrl: "http://localhost:89", |
| | | riskClassArray:["一级","二级","三级","四级"], |
| | | riskClassArrayIndex:0, |
| | |
| | | getTenantList(){ |
| | | var that = this; |
| | | uni.request({ |
| | | url: 'https://web.byisf.com/api/blade-system/tenant/page', |
| | | url: this.pathUrl + '/blade-system/tenant/page', |
| | | method:'GET', |
| | | success: (res) => { |
| | | that.tenantArr = res.data.data.records; |
| | |
| | | //提交修改 |
| | | confirm(){ |
| | | uni.request({ |
| | | url: this.pathUrl + '/riskReporting/save', |
| | | url: this.pathUrl + '/blade-jfpts/riskReporting/save', |
| | | method:'POST', |
| | | data:{ |
| | | "riskTime":this.riskTime, |