|
@@ -314,8 +314,6 @@ export default {
|
|
|
this.areaCode = ''
|
|
|
this.telephone = ''
|
|
|
}
|
|
|
- this.form.industry = JSON.parse(this.form.industry)
|
|
|
- console.log(this.$refs)
|
|
|
this.$refs.checkRef.queryRule()
|
|
|
},
|
|
|
async onAudit(val){
|
|
@@ -530,8 +528,10 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
-/deep/.el-input__prefix {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
+/deep/ .el-input.is-disabled .el-input__inner {
|
|
|
+ background-color: #f5f7fa;
|
|
|
+ border-color: #e4e7ed;
|
|
|
+ color: #606266;
|
|
|
+ cursor: not-allowed;
|
|
|
}
|
|
|
</style>
|