Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev

This commit was merged in pull request #32.
This commit is contained in:
2023-09-21 13:56:02 +08:00
committed by Gitea
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -313,7 +313,7 @@
@cancelcourtReview="cancelcourtReview"
@getcaseApply="getcaseApply"
></courtReviewDialog>
<!-- 选择开庭方式 -->
<!-- 审核仲裁方式 -->
<choosetrialmethodDaiog
:showchoosetrialmethod="showchoosetrialmethod"
:choosetrialmethodata="choosetrialmethodata"
@@ -583,11 +583,11 @@ export default {
},
// 选择开庭方式改为审核仲裁方式
choosetrialmethodRow(row) {
// console.log(row, "选择开庭方式");
// console.log(row, "审核仲裁方式");
this.choosetrialmethodata = row;
this.showchoosetrialmethod = true;
},
// 关闭选择开庭方式
// 关闭审核仲裁方式
cancelshowchoosetrialMethod() {
this.showchoosetrialmethod = false;
},
@@ -34,14 +34,14 @@ export default {
props: ["showchoosetrialmethod", "choosetrialmethodata", "queryParams"],
data() {
return {
radio: 2,
radio: 1,
};
},
methods: {
// 提交开庭方式 arbitrateMethod
// 审核仲裁方式 arbitrateMethod
submitForm() {
let paramsdata = {
arbitratMethod: this.radio,
opinion: this.radio,
};
let id = {
id: this.choosetrialmethodata.id,
+2 -2
View File
@@ -11,8 +11,8 @@ const name = process.env.VUE_APP_TITLE || '智慧仲裁管理系统' // 网页
const port = process.env.port || process.env.npm_config_port || 80 // 端口
// const API = 'http://121.40.189.20:9001' //测试
const API = 'http://192.168.3.77:8080' //Q
const API = 'http://121.40.189.20:9001' //测试
// const API = 'http://192.168.3.77:8080' //Q
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions