Browse Source

1234

master
lc18518571399 9 months ago
parent
commit
7b5fcc4a20
  1. 2
      api/config/config.default.js
  2. 1
      front/src/renderer/src/views/dingdan.vue

2
api/config/config.default.js

@ -17,7 +17,7 @@ module.exports = appInfo => {
config.middleware = []; config.middleware = [];
config.mongoose = { config.mongoose = {
client: { client: {
url: 'mongodb://127.0.0.1:27018/back', url: 'mongodb://127.0.0.1:27017/back',
options: { options: {
// useNewUrlParser: true, // useNewUrlParser: true,
// useUnifiedTopology: true // useUnifiedTopology: true

1
front/src/renderer/src/views/dingdan.vue

@ -278,7 +278,6 @@ export default {
let params = {} let params = {}
this.clickParams = {} this.clickParams = {}
if (refrash) { if (refrash) {
console.log(744, this.$refs.dingdanTable)
this.$refs.dingdanTable.clearSelected() this.$refs.dingdanTable.clearSelected()
} }
if (this.searchParams.kehubianhao) { if (this.searchParams.kehubianhao) {

Loading…
Cancel
Save