--no commit message
Showing
1 changed file
with
6 additions
and
3 deletions
| ... | @@ -112,7 +112,8 @@ export default { | ... | @@ -112,7 +112,8 @@ export default { |
| 112 | v-model={scope.row.qssj} | 112 | v-model={scope.row.qssj} |
| 113 | type="date" | 113 | type="date" |
| 114 | placeholder="选择日期" | 114 | placeholder="选择日期" |
| 115 | value-format="yyyy-MM-dd" | 115 | value-format="yyyy/MM/dd HH:mm:ss" |
| 116 | format="yyyy/MM/dd HH:mm:ss" | ||
| 116 | onblur={() => { | 117 | onblur={() => { |
| 117 | this.addrow(scope.row); | 118 | this.addrow(scope.row); |
| 118 | }} | 119 | }} |
| ... | @@ -128,7 +129,8 @@ export default { | ... | @@ -128,7 +129,8 @@ export default { |
| 128 | v-model={scope.row.jssj} | 129 | v-model={scope.row.jssj} |
| 129 | type="date" | 130 | type="date" |
| 130 | placeholder="选择日期" | 131 | placeholder="选择日期" |
| 131 | value-format="yyyy-MM-dd" | 132 | value-format="yyyy/MM/dd HH:mm:ss" |
| 133 | format="yyyy/MM/dd HH:mm:ss" | ||
| 132 | onblur={() => { | 134 | onblur={() => { |
| 133 | this.addrow(scope.row); | 135 | this.addrow(scope.row); |
| 134 | }} | 136 | }} |
| ... | @@ -155,7 +157,6 @@ export default { | ... | @@ -155,7 +157,6 @@ export default { |
| 155 | watch: { | 157 | watch: { |
| 156 | tableData: { | 158 | tableData: { |
| 157 | handler: function (val, oldVal) { | 159 | handler: function (val, oldVal) { |
| 158 | console.log("什么事件111", val); | ||
| 159 | let that = this; | 160 | let that = this; |
| 160 | this.$nextTick(() => { | 161 | this.$nextTick(() => { |
| 161 | if (val.length == 0 || !val) { | 162 | if (val.length == 0 || !val) { |
| ... | @@ -179,6 +180,8 @@ export default { | ... | @@ -179,6 +180,8 @@ export default { |
| 179 | methods: { | 180 | methods: { |
| 180 | // 修改事件 | 181 | // 修改事件 |
| 181 | addrow() { | 182 | addrow() { |
| 183 | console.log("this.$parent.bsmqlxx",this.$parent.$parent.bsmqlxx); | ||
| 184 | |||
| 182 | this.$emit("upDateTdytxxList", this.tableDataList); | 185 | this.$emit("upDateTdytxxList", this.tableDataList); |
| 183 | }, | 186 | }, |
| 184 | // 新增 | 187 | // 新增 | ... | ... |
-
Please register or sign in to post a comment