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

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

zhongtianhaoyuan пре 4 година
родитељ
комит
1297a2f7b8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/contractManagement/purchaseContractAdd.vue

+ 1 - 1
src/views/contractManagement/purchaseContractAdd.vue

@@ -1133,7 +1133,7 @@ export default {
             .toPromise()
             .then((response) => {
               this.$message.success('添加成功')
-              this.$router.push({ path: 'salesContract' })
+              this.$router.push({ path: 'purchaseContract' })
             })
         } else {
           EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))