修改冲突 #27

Merged
gaogaoyujie merged 2 commits from gyj into dev 2024-02-19 01:24:13 +00:00
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
export default {
data() {
return {
}
},
props: {
@@ -163,9 +163,9 @@
@tap="cencalBut">取消</button>
</view>
</view>
</view>
</template>
</view>
</template>
<script>
import {getTemplate,getInfoByIdCard,caseApplicationInsert,updateComfire,caseApplicationSelectById} from '../../../api/handlecase/index.js'
import {
@@ -381,14 +381,14 @@
this.$refs.form.setRules(this.rules)
}
}
</script>
</script>
<style lang="scss">
page {
background-color: #ffffff;
}
.assignrbitrators{
margin: 30rpx;
}
}
</style>