|
@@ -92,7 +92,7 @@ export default {
|
|
|
watch: {
|
|
|
authTo: {
|
|
|
handler (obj) {
|
|
|
- this.form = _.cloneDeep(obj)
|
|
|
+ // this.form = _.cloneDeep(obj)
|
|
|
this.$store.dispatch("auth/changeAuthId", obj.auth_id)
|
|
|
},
|
|
|
deep: true,
|
|
@@ -106,8 +106,8 @@ export default {
|
|
|
authList: {
|
|
|
handler (arr) {
|
|
|
this.$store.dispatch("auth/changeAuthList", arr);
|
|
|
- this.$store.dispatch("auth/changeAuthMsg", arr);
|
|
|
- this.$store.dispatch("auth/changeAuthArrs", arr);
|
|
|
+ // this.$store.dispatch("auth/changeAuthMsg", arr);
|
|
|
+ // this.$store.dispatch("auth/changeAuthArrs", arr);
|
|
|
},
|
|
|
deep: true,
|
|
|
},
|