luojie 3 months ago
parent
commit
4fd1f3dd83
6 changed files with 7 additions and 8 deletions
  1. +1
    -1
      .env.development
  2. +2
    -2
      src/components/Template/HandleFormItem.vue
  3. +1
    -1
      src/views/business/resource/gyzj/comps/gyzj/Xq.vue
  4. +1
    -2
      src/views/business/resource/mjy/comps/mjy/Xq.vue
  5. +1
    -1
      src/views/business/study/comp/tbbd/Xq.vue
  6. +1
    -1
      src/views/business/study/comp/ytbd/Bj.vue

+ 1
- 1
.env.development View File

@ -7,7 +7,7 @@ ENV = 'development'
# 华西海圻管理系统/开发环境 # 华西海圻管理系统/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
VUE_APP_FILE_DOMAIN = 'http://127.0.0.1:9300'
VUE_APP_FILE_DOMAIN = 'http://39.99.251.173:9300'
# 路由懒加载 # 路由懒加载

+ 2
- 2
src/components/Template/HandleFormItem.vue View File

@ -353,8 +353,8 @@ export default {
// //
const isSame = this.isEqual(this.oldValue, this.inputValue); const isSame = this.isEqual(this.oldValue, this.inputValue);
if (this.oldValue && !isSame && this.templateFillType === "actFill") { if (this.oldValue && !isSame && this.templateFillType === "actFill") {
// this.$refs.editSignRef.show()
this.handleUpdateRecord();
this.$refs.editSignRef.show()
// this.handleUpdateRecord();
}else{// }else{//
this.handleUpdateRecord() this.handleUpdateRecord()
} }

+ 1
- 1
src/views/business/resource/gyzj/comps/gyzj/Xq.vue View File

@ -200,7 +200,7 @@ export default {
exportExcel() { exportExcel() {
this.$modal.loading() this.$modal.loading()
exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0] }).then(response => { exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0] }).then(response => {
window.open(this.baseUrl +response.msg)
window.open(process.env.VUE_APP_FILE_DOMAIN +response.msg)
this.$modal.closeLoading() this.$modal.closeLoading()
}).finally(() => { }).finally(() => {
this.$modal.closeLoading() this.$modal.closeLoading()

+ 1
- 2
src/views/business/resource/mjy/comps/mjy/Xq.vue View File

@ -173,7 +173,6 @@ export default {
components: { JcgjList }, components: { JcgjList },
data() { data() {
return { return {
baseUrl:process.env.VUE_APP_FILE_DOMAIN,
form: {}, form: {},
tzList: [], tzList: [],
totalTz: 0, totalTz: 0,
@ -199,7 +198,7 @@ export default {
exportExcel() { exportExcel() {
this.$modal.loading() this.$modal.loading()
exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0] }).then(response => { exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0] }).then(response => {
window.open(this.baseUrl +response.msg)
window.open(process.env.VUE_APP_FILE_DOMAIN +response.msg)
this.$modal.closeLoading() this.$modal.closeLoading()
}).finally(() => { }).finally(() => {
this.$modal.closeLoading() this.$modal.closeLoading()

+ 1
- 1
src/views/business/study/comp/tbbd/Xq.vue View File

@ -195,7 +195,7 @@ export default {
exportExcel(jcgjlx) { exportExcel(jcgjlx) {
this.$modal.loading() this.$modal.loading()
studyFormFill_exportDetail(_.merge({}, this.queryParamsJcgj, { jcgjlx: jcgjlx ,lang: this.$store.getters.language.split("_")[0]})).then(response => { studyFormFill_exportDetail(_.merge({}, this.queryParamsJcgj, { jcgjlx: jcgjlx ,lang: this.$store.getters.language.split("_")[0]})).then(response => {
window.open(this.baseUrl + response.msg)
window.open(process.env.VUE_APP_FILE_DOMAIN + response.msg)
this.$modal.closeLoading() this.$modal.closeLoading()
}).finally(() => { }).finally(() => {
this.$modal.closeLoading() this.$modal.closeLoading()

+ 1
- 1
src/views/business/study/comp/ytbd/Bj.vue View File

@ -161,7 +161,7 @@ export default {
}], }],
fzrsh: [{ fzrsh: [{
required: true, required: true,
message: ' ',
message: this.$t('form.placeholderSelect'),
trigger: 'blur' trigger: 'blur'
}], }],
shryId: [{ shryId: [{

Loading…
Cancel
Save