no message

This commit is contained in:
赵禹光 2019-07-31 18:39:42 +08:00
parent 3503fe29d8
commit 814a4b9cbe

View File

@ -171,7 +171,7 @@ class ServiceList extends React.Component {
sampleCode,
deleteAction,
} = locale;
const { keyword, nowNamespaceName, nowNamespaceId, withInstances } = this.state;
const { keyword, nowNamespaceName, nowNamespaceId, withInstances = false } = this.state;
const { init, getValue } = this.field;
this.init = init;
this.getValue = getValue;