Преглед изворни кода

Merge branch 'gyj' of SH-Arbitrate/miniapp into dev

gaogaoyujie пре 2 година
родитељ
комит
806c6fc27d
2 измењених фајлова са 8 додато и 8 уклоњено
  1. 1
    1
      pages/handlecase/component/list.vue
  2. 7
    7
      pages/handlecase/component/newlyAddedCase.vue

+ 1
- 1
pages/handlecase/component/list.vue Прегледај датотеку

64
 	export default {
64
 	export default {
65
 		data() {
65
 		data() {
66
 			return {
66
 			return {
67
-
67
+				
68
 			}
68
 			}
69
 		},
69
 		},
70
 		props: {
70
 		props: {

+ 7
- 7
pages/handlecase/component/newlyAddedCase.vue Прегледај датотеку

163
 				@tap="cencalBut">取消</button>
163
 				@tap="cencalBut">取消</button>
164
 			</view>
164
 			</view>
165
 		</view>
165
 		</view>
166
-	</view>
167
-</template>
168
-
166
+	</view>
167
+</template>
168
+
169
 <script>
169
 <script>
170
 	import {getTemplate,getInfoByIdCard,caseApplicationInsert,updateComfire,caseApplicationSelectById} from '../../../api/handlecase/index.js'
170
 	import {getTemplate,getInfoByIdCard,caseApplicationInsert,updateComfire,caseApplicationSelectById} from '../../../api/handlecase/index.js'
171
 	import {
171
 	import {
381
 			this.$refs.form.setRules(this.rules)
381
 			this.$refs.form.setRules(this.rules)
382
 		}
382
 		}
383
 	}
383
 	}
384
-	
385
-</script>
386
-
384
+	
385
+</script>
386
+
387
 <style lang="scss">
387
 <style lang="scss">
388
 	page {
388
 	page {
389
 		background-color: #ffffff;
389
 		background-color: #ffffff;
390
 	}
390
 	}
391
 	.assignrbitrators{
391
 	.assignrbitrators{
392
 		margin: 30rpx;
392
 		margin: 30rpx;
393
-	}
393
+	}
394
 </style>
394
 </style>