|
|
@@ -148,6 +148,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
this.$refs.basicRef.setBasic(res.data)
|
|
|
+ this.$refs.applicationRuleRef.setApplication(res.data)
|
|
|
// this.obj = {
|
|
|
// password_needcapital:res.data.password_needcapital,
|
|
|
// password_needlowercase:res.data.password_needlowercase,
|
|
|
@@ -193,7 +194,7 @@ export default {
|
|
|
this.querySite_Parameter()
|
|
|
// this.queryEnterpriseWatermark()
|
|
|
// this.queryProductImage()
|
|
|
- this.queryRule()
|
|
|
+ // this.queryRule()
|
|
|
}
|
|
|
}
|
|
|
|