@@ -1 +0,0 @@
-.page[data-v-19c3763f]{margin-top:10px}
@@ -0,0 +1 @@
+.page[data-v-6898e4de]{margin-top:10px}
@@ -213,7 +213,7 @@ export default {
onToList(row) {
let data = {
obj_id: row.id,
- type: 3
+ type: 4
}
this.$router.push({path: '/main/remark_list', query: data});
},
@@ -68,7 +68,7 @@ export default {
return;
this.formData.obj_id = query.obj_id || 0;
- this.formData.type = query.type || 2;
+ this.formData.type = query.type || 0;
this.getDatas();
async getDatas() {